-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make warning about using performance tuning more explicit #2018
Make warning about using performance tuning more explicit #2018
Conversation
Hi @gdubicki. Thanks for your PR. I'm waiting for a scylladb member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a general :::note
to say that you should try performance tuning first on your staging cluster is ok, although that should be done for every change with any software when you care about your production availability. I'd avoid docs content based on issues that have just been opened / the colored wording
docs/source/performance.md
Outdated
|
||
The only complete way to revert them to disable the tuning **and** restart all the nodes hosting your cluster. | ||
|
||
There also were cases of performance degradation after applying the tuning (f.e. [scylladb/scylla-operator#2017](https://github.com/scylladb/scylla-operator/issues/2017)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
referencing one open issue that has not yet been even triaged, doesn't fit a general claim made here (were cases
)
On second thought, I agree with you, @tnozicka. I was a bit emotional when I wrote this as I had spent most of the weekend fixing our cluster… Can you just please reword the warning in this PR as you see fit? |
np, how about something like this:
|
/ok-to-test |
I changed the wording to yours, but I feel that as a plain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
thanks
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gdubicki, tnozicka The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
bc159ad
to
c95b49f
Compare
Sure, done! 😊 |
/lgtm |
partially fixes #2017